+Sat Dec 6 01:13:09 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the
+ popup window when in RTL mode. (#127578)
+
Fri Dec 5 15:30:16 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
+Sat Dec 6 01:13:09 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the
+ popup window when in RTL mode. (#127578)
+
Fri Dec 5 15:30:16 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
+Sat Dec 6 01:13:09 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the
+ popup window when in RTL mode. (#127578)
+
Fri Dec 5 15:30:16 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
+Sat Dec 6 01:13:09 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the
+ popup window when in RTL mode. (#127578)
+
Fri Dec 5 15:30:16 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
+Sat Dec 6 01:13:09 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the
+ popup window when in RTL mode. (#127578)
+
Fri Dec 5 15:30:16 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
scrollbar_spacing = _gtk_scrolled_window_get_scrollbar_spacing (popup);
gdk_window_get_origin (combo->entry->window, x, y);
+ if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)
+ *x -= widget->allocation.width - combo->entry->allocation.width;
real_height = MIN (combo->entry->requisition.height,
combo->entry->allocation.height);
*y += real_height;